home *** CD-ROM | disk | FTP | other *** search
/ 1000 Apple LAN Literacy / 1000 Apple LAN Literacy.iso / Apple LAN Literacy for Floppies / Apple LAN Literacy disk 8 of 8 / N&C Help / N&C Help / card_5305.txt < prev    next >
Text File  |  1989-08-22  |  5KB  |  245 lines

  1. -- card: 5305 from stack: in
  2. -- bmap block id: 5484
  3. -- flags: 4000
  4. -- background id: 17060
  5. -- name: Navigation
  6. ----- HyperTalk script -----
  7. on openCard
  8.   beenHereFlag 1,1
  9.   -- first param is item #, second is line # (of global)
  10.   pass openCard
  11. end openCard
  12.  
  13.  
  14. -- part 1 (button)
  15. -- low flags: 00
  16. -- high flags: 2000
  17. -- rect: left=481 top=302 right=320 bottom=512
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 1236 / 1236
  20. -- text alignment: 1
  21. -- font id: 0
  22. -- text size: 12
  23. -- style flags: 0
  24. -- line height: 16
  25. -- part name: Last Menu
  26. ----- HyperTalk script -----
  27. on mouseUp
  28.   -- answer "This takes you to back to the menu." with "Go there now" or --"Just checking"
  29.   --if it is "go there now" then go to card id 3967
  30.   go to card id 3967
  31. end mouseUp
  32.  
  33.  
  34.  
  35.  
  36. -- part 2 (button)
  37. -- low flags: 00
  38. -- high flags: 0000
  39. -- rect: left=493 top=320 right=342 bottom=511
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 1400 / 1400
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: Grey Next
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   --  do nothing
  51. end mouseUp
  52.  
  53.  
  54.  
  55. -- part 6 (button)
  56. -- low flags: 00
  57. -- high flags: 2000
  58. -- rect: left=25 top=179 right=197 bottom=56
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 1236 / 1236
  61. -- text alignment: 1
  62. -- font id: 0
  63. -- text size: 12
  64. -- style flags: 0
  65. -- line height: 16
  66. -- part name: Last Menu
  67. ----- HyperTalk script -----
  68. on mouseUp
  69.   repeat 8 times
  70.     set the hilite of cd btn id 1 to true
  71.     wait 5
  72.     set the hilite of cd btn id 1 to false
  73.     wait 5
  74.   end repeat
  75. end mouseUp
  76.  
  77.  
  78.  
  79. -- part 7 (button)
  80. -- low flags: 00
  81. -- high flags: 2000
  82. -- rect: left=28 top=117 right=143 bottom=52
  83. -- title width / last selected line: 0
  84. -- icon id / first selected line: 1237 / 1237
  85. -- text alignment: 1
  86. -- font id: 0
  87. -- text size: 12
  88. -- style flags: 0
  89. -- line height: 16
  90. -- part name: Next
  91.  
  92.  
  93. -- part 8 (button)
  94. -- low flags: 00
  95. -- high flags: 2000
  96. -- rect: left=28 top=146 right=172 bottom=52
  97. -- title width / last selected line: 0
  98. -- icon id / first selected line: 1238 / 1238
  99. -- text alignment: 1
  100. -- font id: 0
  101. -- text size: 12
  102. -- style flags: 0
  103. -- line height: 16
  104. -- part name: Prev
  105.  
  106.  
  107. -- part 14 (button)
  108. -- low flags: 00
  109. -- high flags: 2000
  110. -- rect: left=27 top=264 right=290 bottom=54
  111. -- title width / last selected line: 0
  112. -- icon id / first selected line: 1234 / 1234
  113. -- text alignment: 1
  114. -- font id: 0
  115. -- text size: 12
  116. -- style flags: 0
  117. -- line height: 16
  118. -- part name: Lesson
  119. ----- HyperTalk script -----
  120. on mouseUp
  121.   repeat 8 times
  122.     set the hilite of bg btn lesson to true
  123.     wait 5
  124.     set the hilite of bg btn lesson to false
  125.     wait 5
  126.   end repeat
  127. end mouseUp
  128.  
  129.  
  130.  
  131. -- part 15 (button)
  132. -- low flags: 00
  133. -- high flags: 2000
  134. -- rect: left=27 top=202 right=236 bottom=54
  135. -- title width / last selected line: 0
  136. -- icon id / first selected line: 1310 / 1310
  137. -- text alignment: 1
  138. -- font id: 0
  139. -- text size: 12
  140. -- style flags: 0
  141. -- line height: 16
  142. -- part name: Student Services
  143. ----- HyperTalk script -----
  144. on mouseUp
  145.   repeat 8 times
  146.     set the hilite of bg btn id 42 to true
  147.     wait 5
  148.     set the hilite of bg btn id 42 to false
  149.     wait 5
  150.   end repeat
  151. end mouseUp
  152.  
  153.  
  154.  
  155. -- part 16 (button)
  156. -- low flags: 00
  157. -- high flags: 2000
  158. -- rect: left=27 top=236 right=265 bottom=54
  159. -- title width / last selected line: 0
  160. -- icon id / first selected line: 162 / 162
  161. -- text alignment: 1
  162. -- font id: 0
  163. -- text size: 12
  164. -- style flags: 0
  165. -- line height: 16
  166. -- part name: Help
  167. ----- HyperTalk script -----
  168. on mouseUp
  169.   repeat 8 times
  170.     set the hilite of bg btn help to true
  171.     wait 5
  172.     set the hilite of bg btn help to false
  173.     wait 5
  174.   end repeat
  175. end mouseUp
  176.  
  177.  
  178.  
  179. -- part 19 (button)
  180. -- low flags: 00
  181. -- high flags: 2000
  182. -- rect: left=26 top=298 right=324 bottom=58
  183. -- title width / last selected line: 0
  184. -- icon id / first selected line: 4250 / 4250
  185. -- text alignment: 1
  186. -- font id: 0
  187. -- text size: 12
  188. -- style flags: 0
  189. -- line height: 16
  190. -- part name: Return
  191. ----- HyperTalk script -----
  192. on mouseUp
  193.   repeat 8 times
  194.     set the hilite of bg btn "return" to true
  195.     wait 5
  196.     set the hilite of bg btn "return" to false
  197.     wait 5
  198.   end repeat
  199. end mouseUp
  200.  
  201.  
  202.  
  203. -- part 20 (button)
  204. -- low flags: 00
  205. -- high flags: 0000
  206. -- rect: left=478 top=320 right=341 bottom=498
  207. -- title width / last selected line: 0
  208. -- icon id / first selected line: 1401 / 1401
  209. -- text alignment: 1
  210. -- font id: 0
  211. -- text size: 12
  212. -- style flags: 0
  213. -- line height: 16
  214. -- part name: Prev
  215. ----- HyperTalk script -----
  216. on mouseUp
  217.   -- do nothing
  218. end mouseUp
  219.  
  220.  
  221.  
  222. -- part contents for background part 3
  223. ----- text -----
  224. Help
  225.  
  226. -- part contents for background part 10
  227. ----- text -----
  228. Course Navigation
  229.  
  230. -- part contents for background part 22
  231. ----- text -----
  232. To move through this course, you will use the following icons which will be located on the panel on the right side of the screen.
  233.  
  234.  
  235.  
  236. -- part contents for background part 24
  237. ----- text -----
  238. Click the right arrow to move forward to the next screen.
  239. Click the left arrow to move back to the previous screen.
  240. Click the up arrow to go to the menu you just came from.
  241. Click the student icon to access Student Services.
  242. Click the question mark to go to the Help menu.
  243. Click the menu icon to return to the Lesson or Unit menus.
  244. Click this arrow to return to the Course from Help or Student Services.
  245.